Click or drag to resize

ServiceDeleteRule Method (IListString, String, Boolean)

Deletes the rule.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public RuleOperationResponse DeleteRule(
	IList<string> ruleIds,
	string smtpEmailAddress,
	bool removeOutlookRuleBlob
)

Parameters

ruleIds
Type: System.Collections.GenericIListString
The rule ids.
smtpEmailAddress
Type: SystemString
The SMTP email address.
removeOutlookRuleBlob
Type: SystemBoolean
if set to true [remove outlook rule BLOB].

Return Value

Type: RuleOperationResponse
RuleOperationResponse.
See Also